home *** CD-ROM | disk | FTP | other *** search
/ Champak 64 / Volume 64 - JOGO DISK .iso / Games / the_best_every_day.swf / scripts / __Packages / DropPoint.as < prev    next >
Text File  |  2008-04-10  |  257b  |  13 lines

  1. class DropPoint extends sarbakan.visual.element.DynamicElement
  2. {
  3.    function DropPoint(l_mcDropPoint)
  4.    {
  5.       super(l_mcDropPoint._name);
  6.       this.setMC(l_mcDropPoint);
  7.    }
  8.    function activate()
  9.    {
  10.       this.mc._visible = true;
  11.    }
  12. }
  13.